Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.team.ui.synchronize.actions.SyncInfoFilter

Packages that use SyncInfoFilter
org.eclipse.team.ui.synchronize.actions Actions and utilities for use with the Eclipse Synchronize View. 
 

Uses of SyncInfoFilter in org.eclipse.team.ui.synchronize.actions
 

Subclasses of SyncInfoFilter in org.eclipse.team.ui.synchronize.actions
static class SyncInfoFilter.AndSyncInfoFilter
          Selects SyncInfo which match all child filters
static class SyncInfoFilter.AutomergableFilter
           
static class SyncInfoFilter.CompoundSyncInfoFilter
           
static class SyncInfoFilter.OrSyncInfoFilter
          Selects SyncInfo that match any of the child filters.
static class SyncInfoFilter.PseudoConflictFilter
           
static class SyncInfoFilter.SyncInfoChangeTypeFilter
           
static class SyncInfoFilter.SyncInfoDirectionFilter
           
 

Fields in org.eclipse.team.ui.synchronize.actions declared as SyncInfoFilter
protected  SyncInfoFilter[] SyncInfoFilter.CompoundSyncInfoFilter.filters
           
 

Methods in org.eclipse.team.ui.synchronize.actions that return SyncInfoFilter
static SyncInfoFilter SyncInfoFilter.getDirectionAndChangeFilter(int direction, int change)
           
protected  SyncInfoFilter SubscriberAction.getSyncInfoFilter()
           
 

Methods in org.eclipse.team.ui.synchronize.actions with parameters of type SyncInfoFilter
 boolean SyncInfoSet.hasNodes(SyncInfoFilter filter)
          Indicate whether the set has nodes matching the given filter
 void SyncInfoSet.selectNodes(SyncInfoFilter filter)
          Removes all nodes from this set that do not match the given filter
 void SyncInfoSet.rejectNodes(SyncInfoFilter filter)
          Removes all nodes from this set that match the given filter
 SyncInfo[] SyncInfoSet.getNodes(SyncInfoFilter filter)
          Return all nodes in this set that match the given filter
 

Constructors in org.eclipse.team.ui.synchronize.actions with parameters of type SyncInfoFilter
SyncInfoFilter.CompoundSyncInfoFilter(SyncInfoFilter[] filters)
           
SyncInfoFilter.AndSyncInfoFilter(SyncInfoFilter[] filters)
           
SyncInfoFilter.OrSyncInfoFilter(SyncInfoFilter[] filters)
           
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.